/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    background: #191919;
    -webkit-font-smoothing: antialiased;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 0px;
    border: 0;
    border-top: 1px dashed #e2e2e2;
    clear: both;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
.clear {clear:both;}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.l{float:left;}
.r{float:right;}

.full-width{width:100%;margin:0 auto; display: block;}
.full-width#head{
    background: rgba(000,000,000, .56);
    padding-top: 26px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-width: 972px;
}

.lt-ie9 .full-width#head{
    background: url('../images/background-repeater.png') repeat 0 0;
}


.contain{padding:0 20px;}
header img{float:left;}
header h3{
    color:#fff;
    float:right;
    font-weight: 400;
    font-family: 'Titillium Web', sans-serif;
    font-style: italic;
    font-size:24px;
    margin:0 0 24px;
    text-align: right;
}

header nav{float: right;margin-bottom: 1px;width:100%}
header nav ul{
    margin: 20px 0 0 0;
    display: block;
    overflow: hidden;
    padding: 0;
    float: right;
}

.banner-text h3{
    background: url('../images/black-70-2x2.png') repeat 0 0;
    padding: 5px 10px;
    font-weight: bold;
    margin-bottom: 20px;
}


header nav ul li{float:left;}
header nav ul li a,
.banner-text a,
#ExhibitorRegistrationForm_ExhibitorRegistrationForm input.action,
#GeneralConferenceRegistrationForm_GeneralConferenceRegistrationForm input.action,
#CorporateRegistrationForm_CorporateRegistrationForm input.action,
#ExhibitorConferenceRegistrationForm_ExhibitorConferenceRegistrationForm input.action,
#DinnerRegistrationForm_DinnerRegistrationForm input.action,
#DayRegistrationForm_DayRegistrationForm input.action,
#custBack span{
    color: #fff;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 8px 0;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Titillium Web', sans-serif;
    width: 155px;
}

/*
#tab-1{
    background: url('../images/tab-1-bg.png') repeat 0 0;
}

#tab-1:hover, #tab-1.current, #tab-1.section{
    background: #00a261;
}

#tab-2{
    background: url('../images/tab-2-bg.png') repeat 0 0;
}

#tab-2:hover, #tab-2.current, #tab-2.section{
    background: #ff3632;
}
#tab-3{
    background: url('../images/tab-3-bg.png') repeat 0 0;
}

#tab-3:hover, #tab-3.current, #tab-3.section{

    background: #03afef;
}
#tab-4{
    background: url('../images/accom-tab.png') repeat 0 0;
}

#tab-4:hover, #tab-4.current, #tab-4.section{
    background: #692eb0;
}
#tab-6{
    background: url('../images/tab-4-bg.png') repeat 0 0;
}

#tab-6:hover, #tab-6.current, #tab-6.section{
    background: #ffb339;
}

#tab-5{
    background: url('../images/program-tab.png') repeat 0 0;
}

#tab-5:hover, #tab-5.current, #tab-5.section{
    background: #e525e7;
}
*/

.contain{
    width: 934px;
    display: block;
    margin: 0 auto;
}

#banner{
    min-height: 359px;
    min-width: 972px;
    max-width: 1200px;
    margin: 0 auto;
}

#banner img{
    display: block;
    margin:0 auto;
}
.banner-text{
    position: absolute;
    top: 100%;
    color: #fff;
    font-size: 1.5em;
    width: auto;
}

.banner-text h2{
    text-shadow: 0px 0px 30px #000;
    filter: dropshadow(color=#000, offx=0, offy=0);
    margin-bottom: 10px;
    margin-top: 8%;
}

.banner-text a{
    font-size: .8em;
    float:right;
    text-decoration: none;
    clear:both;
}

#link-gccec{
    padding: 0;
    position: relative;
}

#link-gccec img{
    position: absolute;
    top:-92px;
}

#main{
    background: #fff;
    padding: 25px 0;
}

#main h2{
    margin: 0;
    font-size:24px;
    font-weight: 400;
    font-family: 'Titillium Web', sans-serif;
}
#main h2.orderHeading{
    font-size: 20px;
}
ul, p, td {
    font-family: "Helvetica Neue Light" , Helvetica, Arial, san-serif;
    font-size:16px;
    color:#5d5d5d;
}

#content{
    width: 640px;
    float:left;
}

#aside li:before{
    content: "\25A0";
    color: #d89f33;
    position: absolute;
    margin-left: -15px;
}

.video-title {
    padding-bottom: 1rem;
}
.video-wrapper iframe {
    max-width: 100%;
}


#aside p{
    padding: 4% 4%;
    text-align: center;
    color: #d89f33;
    border-bottom: 1px dashed #ccc;
    margin: 0;
    font-size: 1.2em;
}

#aside .sidebar-content {
    padding-top: 5px;
}
#aside .sidebar-content,
#aside .sidebar-content p {
    font-size: 16px;
    text-align: left;
    color: #5d5d5d;
}
#aside .sidebar-content p {
    padding: 0 0 15px 0;
    margin: 0;
    border: none;
}

#video{
    text-decoration: none;
    color: #c10000;
    display: block;
    padding: 10px;
    font-size: .9em;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-family: "titillium web", san-serif;
}

#video:hover{
    color: #ddd;
}

#video:hover::before{
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#video:before{
    opacity: 0;
    content: "\25BA";
    color: #c10000;
    padding-right: 10px;
    position: absolute;
    font-size: 2em;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}



#main li {
    list-style-type: none;
    /*font-size: .9em;*/
    position: relative;
    padding-left: 10px;
    margin-left: 7px;
    margin-bottom: 4px;
}

/* ==========================================================================
   Side bar
   ========================================================================== */

#acps-logo{
    width:100%;
    height:auto!important;
}

#aside {
    width: 263px;
    float:right;
    margin-bottom: 20px;
}

#aside h3 {
    background: #d89f33;
    color:#fff;
    font-size:24px;
    padding: 15px 20px;
    font-weight: 400;
    font-family: 'Titillium Web', sans-serif;
    margin-bottom: 0;
}
#aside h3:after{
    background: url('../images/sidebar_h3_bottom.png');
    width: 100%;
}
#aside h4 {
    color:#d89f33;
    font-size:20px;
    font-family: 'Titillium Web', sans-serif;
    margin:1em 0 .4em 0;
}

.lines{
    background: url('../images/sidebar_h3_bottom.png') repeat-x left bottom;
    width: 100%;
    padding-bottom: 8px;
}

p.lines{
    margin:0;
    background: url('../images/sidebar_h3_bottom.png') repeat-x center center;
    width: 100%;
    padding-bottom: 0;
}

.price-list{
    padding-left: 0;
    color:#5d5d5d;
}
.price-list strong{margin-left: 10px;}

/* ==========================================================================
   Home Page
   ========================================================================== */

.ConferenceHomePage .hilite,
.ConferenceHomePage #main h2, .ConferenceHomePage #content a{
    color: #00a261;
}

.ConferenceHomePage #main h2 {
    font-size: 20px;
    padding-top: 1rem;
}
.ConferenceHomePage #main h2:first-child {
    font-size: 24px;
    padding-top: 0;
}

#foot-link-1.current{
    border-bottom: 1px solid #00a261;
    display: inline-block;
}

/* ==========================================================================
   Venue Page
   ========================================================================== */

.ConferenceVenuePage .hilite,
.ConferenceVenuePage #main h2{
    color: #ff3632;
}

.ConferenceVenuePage #content a{
    color:#ff3632;
}

#foot-link-2.current{
    border-bottom: 1px solid #ff3632;
    display: inline-block;
}

#gallery2 h2,
#gallery h2{
    background: url('../images/sidebar_h3_bottom.png') repeat-x left bottom;
    height: 7px;
    width: 100%;
    margin: 10px auto 18px;
    padding-bottom: 40px;
}

/* ==========================================================================
   Sponsors Page
   ========================================================================== */

.ConferenceSponsorsPage .hilite,
.ConferenceSponsorsPage #content h2 {
    color: #692eb0;
}
.ConferenceSponsorsPage #content h2 {
    font-family: "titillium web", san-serif;
    font-weight: 400;
}

.ConferenceSponsorsPage #content a{
    color:#692eb0;
}

.small{
    font-size: 12px;
    font-weight: bold;
}

.accom-btn{
    color: #fff!important;
    background: url("../images/accom-btn.png") repeat-x 0 0;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 4px;
    margin: 0;
    display: inline-block;
    font-weight: 100;
}

.accom-btn:hover{
    background-color: #692eb0;
    background-image: none;
}

.ConferenceHomePage #content li,
.ConferenceSponsorsPage #content li{
    list-style-type: disc;
}

#foot-link-4.current{
    border-bottom: 1px solid #692eb0;
    display: inline-block;
}


/* ==========================================================================
   Accommodation Page
   ========================================================================== */

/*
.ConferenceAccommodationPage #content {
    float: none;
    width: auto;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}
.ConferenceAccommodationPage #aside {
    float: none;
    padding-top: 40px;
}
*/

.ConferenceAccommodationPage .hilite,
.ConferenceAccommodationPage #content h2,
.ConferenceAccommodationPage #content h3,
.ConferenceAccommodationPage #aside h2,
.ConferenceAccommodationPage #aside h3{
    color: #E525E7;
}
.ConferenceAccommodationPage #content h2,
.ConferenceAccommodationPage #content h3{
    font-family: "titillium web", san-serif;
    font-weight: 400;
}

.ConferenceAccommodationPage #content a,
.ConferenceAccommodationPage #aside a{
    /*color:#692eb0;*/
    color:#E525E7;
}

.ConferenceAccommodationPage #gallery2 {
    border-top: 1px solid #ccc;
    margin-top: 40px;
    padding-top: 35px;
}

.small{
    font-size: 12px;
    font-weight: bold;
}

.accom-btn{
    color: #fff!important;
    background: url("../images/accom-btn.png") repeat-x 0 0;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 4px;
    margin: 0;
    display: inline-block;
    font-weight: 100;
}

.accom-btn:hover{
    /*background-color: #692eb0;*/
    background-color: #E525E7;
    background-image: none;
}

.ConferenceHomePage #content li,
.ConferenceAccommodationPage #content li{
    list-style-type: disc;
}

#foot-link-5.current{
    border-bottom: 1px solid #e525e7;
    display: inline-block;
}


/* ==========================================================================
   Exhibition / Sponsors Pages
   ========================================================================== */

.ConferenceExhibitionPage #head.full-width {
    z-index: 101;
}

.ConferenceExhibitionPage .hilite,
.ConferenceExhibitionPage #main h2{
    color: #03afef;
}
.ConferenceExhibitionPage #main h2{
    margin-bottom: 20px;
}

.ConferenceExhibitionPage #content a{
    color:#03AFEF;
}

.ConferenceExhibitionPage #main .contain{
    padding-bottom: 20px;
}

#foot-link-3.current{
    border-bottom: 1px solid #03afef;
    display: inline-block;
}

.ConferenceSponsorsPage #main #content,
.ConferenceExhibitionPage #main #content{
    width:100%!important;
}

.col2 p:first-child{margin-top: 0;}

.col2 p img.left{
    display: block!important;
    margin: 10px auto!important;
    width: 100%!important;
    height: auto!important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

#sponsors h3,
#exhibitors h3,
h3.exhibit-title{
    background: #d89f33;
    padding: 9px 15px;
    color: #FFF;
    font-weight: normal;
    display: inline-block;
    margin: 0 0 8px 0;
    font-family: "titillium web", san-serif;
    width: 195px;
}

.ConferenceSponsorsPage #sponsors,
.ConferenceExhibitionPage #sponsors {
    border-top: 1px solid #CCC;
}
.ConferenceSponsorsPage #sponsorLogos,
.ConferenceExhibitionPage #sponsorLogos{
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC;
    /*border-top: 1px solid #CCC;*/
    padding-top: 10px;
}

#sponsor-content{
    border-top: 1px solid #CCC;
    padding-top: 10px;
}

.ConferenceSponsorsPage .last,
.ConferenceExhibitionPage .last{
    float: right!important;
}

.ConferenceSponsorsPage .cycle-slide img,
.ConferenceExhibitionPage .cycle-slide img{
    border-left:4px solid #fff;
}
.ConferenceExhibitionPage #banner .cycle-slideshow {
    z-index:1;
}
.ConferenceExhibitionPage #banner .cycle-slide img{
    border: none;
}

.separator{
    width: 100%;
    height: 20px;
    background: #f8f8f8;
    overflow: hidden;
    display: block;
}

.last{
    float: right;
}

#InformationTable tr.last{
    float: none !important;
}
#InformationTable tr td,
#OrderPayment tr td,
#tempDelegateTable tr td,
.standard-table tr td{
    font-size: 14px;
}
#InformationTable td.quantity{
    vertical-align: top;
}

.taxmodifier{
    border-top: 1px solid #DBDBDB;
}
.taxmodifier td{
    text-align: right;
    font-weight: bold !important;
}

.summary th{
    text-align: right;
}

#Outstanding th{
    width: 84%;
}

.floor-plan{
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 18px 0;
    float: right;
    width: 48%;
    position: relative;
}
.ConferenceExhibitionPage .floor-plan {
    float: none;
    width: auto;
}
.floor-plan p{margin:0 0 5px 0;}
.floor-plan h2{}
#floor-plan-image{
    width: 30%;
    min-width: 150px;
    max-width: 100%;
    height: auto;
    cursor: pointer;
    float: right;
    right: 0;
    z-index: 20;

}
.ConferenceExhibitionPage #floor-plan-image {
    float: none;
    display: inline-block;
    margin-left: 30px;
}

#floor-plan-image.large{
    display: block;
    background: #333;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    width: auto;
    /*top: -328px;*/
    border: 10px solid;
}

#sponsorLogos div{
    padding: 10px;
    text-align: center;
}

#sponsorLogos a{
    text-decoration: none;
}

#sponsorLogos .title {
    font-size: 12px;
    margin: 0;
    color: #505050;
    padding: 5px;
    font-weight: bold;
}

#sponsorLogos a:hover .title{
    color: #d89f33;
}

.ConferenceSponsorsPage #sponsorLogos > div,
.ConferenceExhibitionPage #sponsorLogos > div{
    width: 25%;
    text-align: center;
    margin: 10px 0;
    padding:0;
}


/* ==========================================================================
   Contact Page
   ========================================================================== */

.ConferenceContactPage .hilite,
.ConferenceContactPage #main h2, .ConferenceContactPage #content a{
    color: #00a261;
}

#foot-link-7.current{
    border-bottom: 1px solid #00a261;
    display: inline-block;
}

.box{margin:20px 0;}
.box p{margin:.5em 0;}

.ConferenceContactPage .email a{
    display: block;
    padding-left: 32px;
    color:#00a261;
    font-size: 14px;
}

.ConferenceContactPage .email{
    background: url("../images/contact-sprite.jpg") no-repeat 0 0;
}
.ConferenceContactPage .phone{
    background: url("../images/contact-sprite.jpg") no-repeat 0 -22px;
    text-indent: 32px;
    font-size: 14px;
}

/* ==========================================================================
   Conference Program Page
   ========================================================================== */

.ConferenceProgramPage .hilite,
.ConferenceProgramPage #main h2, .ConferenceProgramPage #content a{
    /*color: #e525e7;*/
    color: #ffb339;
}

#foot-link-6.current{
    border-bottom: 1px solid #ffb339;
    display: inline-block;
}
.table-btns{margin-top:10px;}

.ConferenceProgramPage .table{margin:10px 0 20px;}
.ConferenceProgramPage thead td{font-weight: bold;font-size:14px;}
.ConferenceProgramPage thead tr{background:none!important;}
.ConferenceProgramPage .table th{background:#ccc;font-size:18px;padding:10px;}
.ConferenceProgramPage .table td{padding:9px 11px; vertical-align: top;}
.ConferenceProgramPage .table td, .ConferenceProgramPage .table td p, .ConferenceProgramPage .table td ul { font-size: 14px; }
.ConferenceProgramPage .table td, .ConferenceProgramPage .table td p { margin:0; }
.ConferenceProgramPage .table .day{background:#007eff;text-align:center;color:#fff;}
.ConferenceProgramPage .table tr:nth-child(odd){background: #dfdfdf;}
.ConferenceProgramPage .table h3{
    /*color: #E525E7;*/
    color: #ffb339;
    font-family: "titillium web", san-serif;
    font-weight: normal;
    margin: 5px 0 15px;
    border-bottom: 2px solid;
    padding-bottom: 10px;
}
.ConferenceProgramPage .table h3 + p{margin-top:0;}


.spacer{
    height: 30px;
}

#partners-table{
    display: none;
}

.ConferenceProgramPage .table{
    table-layout: fixed;
}

.no-js #partners-table{
    display: block;
}

.lt-ie9 .change{
    background: #dfdfdf;
}


.table .col3{
    width: 150px;
}

.table-btns p{
    color: #FFF;
    /*background: #E525E7;*/
    background: #ffb339;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 5px 0;
    font-size:14px;
}

.lt-ie8 .table-btns p{
    *display: inline;
    zoom: 1;
}

.table-btns span{
    margin: 0 10px;
}

.table-btns p:hover,
.ConferenceProgramPage .selected{
    cursor: pointer;
    /*background: #871588;*/
    background: #ffb339;
}

   /* ==========================================================================
   Footer
   ========================================================================== */
footer.full-width{
    background: #3b3b3d;
    padding:20px 0;
    height:150px;
    min-width: 972px;
}
footer nav ul {
    display: block;
    overflow: hidden;
    padding: 0;
}
footer nav ul li{
    float: left;
    padding: 0 33px;
}
footer nav ul li a{
    font-weight: 400;
    font-family: 'Titillium Web', sans-serif;
    color: #fff;
    text-decoration: none;
}


/* ==========================================================================
   Exhibition Registration Page
   ========================================================================== */

.RegistrationDayStartPage #banner,
.RegistrationGeneralStartPage #banner,
.RegistrationCorporateStartPage #banner,
.RegistrationExhibitorStartPage #banner,
.RegistrationDinnerStartPage #banner,
.RegistrationStartPage #banner {
    min-height: inherit;
    height: 159px;
    overflow: hidden;
}

.ExhibitorRegistrationPage #content{float: right;}

.RegistrationDayStartPage .contain > h2,
.ExhibitorRegistrationPage #content > h2,
.RegistrationStartPage #content > h2,
.RegistrationGeneralStartPage .contain > h2,
.RegistrationCorporateStartPage .contain > h2,
.RegistrationExhibitorStartPage .contain > h2,
.RegistrationDinnerStartPage .contain > h2
{
    margin-bottom: 10px!important;
    color:#00A060;
}

.ExhibitorRegistrationPage h3{
    margin:0 0 5px 0;
    font-family: "titillium web", san-serif;
}

.ExhibitorRegistrationPage #content #ExhiRegoContactTable,
table#tempDelegateTable, table.standard-table
{
    margin:20px 0;
    background: #eee;
    border-radius: 4px
}
.ExhibitorRegistrationPage #content #ExhiRegoContactTable tr{
    border-top: 1px solid #e4e4e4;
}
.ExhibitorRegistrationPage #content #ExhiRegoContactTable tr:first-child{
    border-top: none;
}
.ExhibitorRegistrationPage #content #ExhiRegoContactTable tr td:first-child,
table#tempDelegateTable tr:first-child td, table.standard-table tr:first-child td{
    font-family: "titillium web", san-serif;
    font-size: 16px;
}
.ExhibitorRegistrationPage #content #ExhiRegoContactTable td
{
    text-align: left!important;
    color:#5d5d5d;
    padding:20px 15px;
    font-size: 14px;
}

table#tempDelegateTable td, .standard-table td{
    font-size: 14px;
    padding: 10px;
    color:#5d5d5d;
    font-family: "titillium web", san-serif;
    border: none;
    border-bottom: 1px solid #CCC;

}
.ExhibitorRegistrationPage .steps-holder{
    float: left;
    background: #00A060;
    color: #fff;
    padding: 20px;
    border-radius: 4px;
}

#GeneralConferenceRegistrationForm_GeneralConferenceRegistrationForm,
#CorporateRegistrationForm_CorporateRegistrationForm{
    clear: both;
}

input[name="action_prev"],
#custBack span{
    border: none;
    background: none;
    color: #222!important;
    float: left;
    min-width: 0!important;
}

#ExhibitorRegistrationForm_ExhibitorRegistrationForm_action_prev:before
{
    content: "<<";
}

input[name="action_next"],
input[name="action_finish"]{
    background: #03AFEF;
    float: right;
    border: 1px solid #008ABD;
    border-radius: 4px;
    font-size: 18px!important;
    padding: 13px!important;
    margin-right: 2px;
    width: auto !important;
    min-width: 155px;
}

input[name="action_next"]:hover,
input[name="action_finish"]:hover,
input.btn-add:hover,
#ExhibitorConferenceRegistrationForm_ExhibitorConferenceRegistrationForm button:hover{
    background: #04A0DA;
}

/*#ExhibitorRegistrationForm_ExhibitorRegistrationForm {
    width: 80%;
}*/

#content div.field
{
    margin: 10px 0;
}


#content input.text{
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px 5px;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
}

#ExhibitorRegistrationRow,
#ExhiRegoHint{
    color: #5d5d5d;
}

#ExhiRegoHint{
    clear: both;
    padding-top: 10px;
}
#ExhibitorRegistrationForm_ExhibitorRegistrationForm_FullOrDeposit{
    margin:0;
    padding:0;
}

#FullOrDeposit .middleColumn,
#FullOrDeposit > label{
    float: left;
}
#FullOrDeposit > label{
    font-size: 18px;
    font-weight: bold;
}


#ExhibitorRegistrationRow label:after{
    content: " *";
}

#content label{
    font-family: "titillium web", san-serif;
}

#ExhibitorRegistrationForm_ExhibitorRegistrationForm h3{
    margin: 15px 0 0px 0;
}
#ExhibitorRegistrationForm_ExhibitorRegistrationForm_PaymentMethod{padding:0;}
#InformationTable thead,
#OrderPayment thead,
table#tempDelegateTable tr:first-child, table.standard-table tr:first-child{
    background: rgb(213, 213, 213);
    color: rgb(99, 99, 99);
}

#InformationTable tbody,
#OrderPayment tbody,
#NotesTable tbody,
table#tempDelegateTable, table.standard-table{
    background: #eee;
}

#InformationTable th, #InformationTable td,
#OrderPayment th, #OrderPayment td,
#OutstandingTable th, #OutstandingTable td,
#NotesTable th, #NotesTable td,
table#tempDelegateTable tr:first-child td,
table.standard-table tr:first-child th{
    padding: 10px;
    font-weight: 400;
}
.itemTitleAndSubTitle h5{
    margin: 5px 0;
}

#InformationTable td.right{vertical-align: top;}

.summary{
    background: rgb(114, 114, 114);
    color:#fff;
}

.steps-holder > span{
    display: block;
    font-size: 20px;
}

.steps-holder img{
    display: none;
}
.steps-holder .col-steps{
    margin:5px 0 ;
}

div.fieldgroup-field{
    float: none!important;
    margin: 10px 0;
    width: 35%;
    min-width: 140px;
}

#Country{
    width: 50%;
}

#ExhibitorRegistrationForm_ExhibitorRegistrationForm_action_prev{
    padding-bottom: 0!important;
}
input[name="action_prev"]:hover,
#custBack span:hover{
   border-bottom: 2px solid #000000;
}

textarea{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 158px;
    padding: 8px 5px;
    box-sizing: border-box;
}

.required, .error, .message, .validation{
    font-size: 12px;
    color: rgb(231, 0, 0);
    display: inline-block;
}

#TandC a{
    color: rgb(47, 122, 202);
}

#OrderPayment,
#InformationTable,
#NotesTable,
#OutstandingTable{
    margin-top: 15px;

}
#OrderPayment .mainHeader,
#NotesTable .mainHeader{
    background: rgb(63, 63, 63);
    color: #fff;
}
#OrderPayment .mainHeader th,
#NotesTable .mainHeader th{
     text-transform: uppercase;
}

#AddressesTable th:after{
    content: ' Details';
}

#BillingAddressSection{
    font-size: 14px;
}

#OutstandingTable strong{
    font-weight: 400!important;
}

.ExhibitorRegistrationCheckoutStep{float: left!important;}

#ExhibitorRegistrationForm_ExhibitorRegistrationForm #ExhibitorRegistrationRow .field{
    float: left;
    width: 48%;
}

#ExhibitorRegistrationForm_ExhibitorRegistrationForm div[id^=FirstName] {
    margin-right:4%;
    margin-bottom: 37px;
}

#ExhibitorRegistrationForm_ExhibitorRegistrationForm_FullOrDeposit li{

}

.RegistrationStartPage #content,
.RegistrationGeneralStartPage #content,
.RegistrationCorporateStartPage #content,
.RegistrationExhibitorStartPage #content,
.RegistrationDinnerStartPage #content,
.RegistrationDayStartPage #content{
    width: 96%;
    padding: 0 2%;
}

.RegistrationStartPage #sign-up-btns{
    width: 100%;
    margin: 20px 0;
    border-bottom: 1px dashed #CCC;
    padding: 12px 0;
    text-align: center;
    border-top: 1px dashed #CCC;
}

.RegistrationStartPage #sign-up-btns span{
    margin: 0 10px;
    font-weight: bold;
    font-size: 23px;
}

.RegistrationStartPage #sign-up-btns a{
    color: #FFF;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    background: #00A06A;
    padding: 10px 15px;
    border-radius: 4px;
    display: inline-block;
    border:1px solid #008654;
}

.RegistrationStartPage #sign-up-btns a:hover{
    background: #008654;
    border:1px solid #008256;
}

.RegStartButton{
    margin: 10px;
    width: 31%;
}
.RegStartButton p{
    font-size: 13px;
    text-align: center;
    margin: 5px;
    font-weight: bold;
}

.RegStartButton a,
.book-now-btn{
    background: #d89f33;
    color: #FFF;
    text-decoration: none;
    padding: 20px 0;
    border-radius: 3px;
    font-size: 16px;
    float: none;
    width: 100%;
    text-align: center;
    border: 1px solid #BA8219;
    display: block;
}

.RegStartButton a:hover,
.book-now-btn:hover{
    background: #bf8d30;
}
.book-now-btn{
    font-size:18px;
    font-weight: bold;
}

.steps-holder .col{
    float: left;
    background: #00A060;
    padding: 5px 8px;
    text-align: center;
    color: #FFF;
    border-top: 1px solid #068D57;
    border-right: 1px solid #068D57;
    border-bottom: 1px solid #068D57;
    width: 169px;
    font-size: 12px;
}

.steps-holder .col.first{
    border-left: 1px solid #068D57;
}

.steps-holder .col.current{
    background: #007445;
}


#content div.field,
#DinnerRegistrationForm_DinnerRegistrationForm h3
{
    width: 397px;
}

#GeneralConferenceRegistrationForm_GeneralConferenceRegistrationForm .Actions,
#CorporateRegistrationForm_CorporateRegistrationForm .Actions,
#ExhibitorConferenceRegistrationForm_ExhibitorConferenceRegistrationForm .Actions,
#DinnerRegistrationForm_DinnerRegistrationForm .Actions,
#DayRegistrationForm_DayRegistrationForm .Actions,
h3[id^="DinnerRegistrationForm_DinnerRegistrationForm_HeaderFieldAttendee"]{
    overflow: hidden;
    border-top: 1px dashed #CCC;
    margin-top: 20px;
    padding: 20px 0;
}

.PaymentFields,
.psRightColumn
{
    float: right;
    width: 45%;
}

.PaymentFields:first-child,
.psLeftColumn {
    float: left;
}

#GeneralConferenceRegistrationForm_GeneralConferenceRegistrationForm .required label:after,
#CorporateRegistrationForm_CorporateRegistrationForm .required label:after

{
    content: ' *';
}

#memberDetails p{
    margin: 0;
    padding: 10px 15px;
    color: #535353;
    background: #C2E6FF;
}
#custBack{
    margin-left: 2%;
    margin-top: 10px;
    width: 96%;
    text-align: left;
    border-bottom: 1px dashed #CCC;
    margin-bottom: 5px;
}

#custBack span{
    float: none !important;
    margin-bottom: 5px;
}

#custBack span:hover{
    cursor: pointer;
}


#custBack span,
input[name="action_prev"]{
    padding-bottom:0!important;
    border-bottom: 2px solid #fff;
    margin-left: 5px;
    width: auto!important;

}

.PartnerSelection,
.MemberSelection{
    border-top: 1px dashed #CCC;
    padding: 20px 0 10px;
    margin: 10px 0;
}


#ExhibitorConferenceRegistrationForm_ExhibitorConferenceRegistrationForm .msLeftColumn,
.RegistrationCorporateStartPage .msLeftColumn,
.RegistrationCorporateStartPage .psLeftColumn {
    float:left;width: 44%;
}
#ExhibitorConferenceRegistrationForm_ExhibitorConferenceRegistrationForm .msRightColumn,
.RegistrationCorporateStartPage .msRightColumn,
.RegistrationCorporateStartPage .psRightColumn {
    float:right;
    width:44%;
}

.PartnerSelection div.partnerName{font-size:1.4em;}

#ExhibitorConferenceRegistrationForm_ExhibitorConferenceRegistrationForm button,
#btnFindMember,
input.btn-add
{
    text-align: center;
    background: #03AFEF;
    border: 1px solid #008ABD;
    border-radius: 4px;
    font-size: .8em;
    color: #FFF;
    padding: 5px 12px;
}

div[id^="MemberNum"],div[id^="MemberID__"]{
    border-top: 1px dashed #E2E2E2;
    padding-top: 10px;
    margin-top: 20px!important;
}

table#tempDelegateTable, table.standard-table{
    border:none;
}

#DinnerRegistrationForm_DinnerRegistrationForm #NumberTickets{
    width: 100%!important;
}

#NumberTickets label{
    float: left;
    line-height: 34px;
}
#DinnerRegistrationForm_DinnerRegistrationForm  #NumberTickets input#DinnerRegistrationForm_DinnerRegistrationForm_NumberTickets{
    float: left;
    margin-left: 20px;
    width: 7%;
}
h3[id^="DinnerRegistrationForm_DinnerRegistrationForm_HeaderFieldAttendee"]{
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 10px;
}





/* ==========================================================================
   Day Registration Form Page
   ========================================================================== */
#selectionTotal{
    font-weight: bold;
}

   /* ==========================================================================
   Exhibition Confirmation Page
   ========================================================================== */
.ExhibitorRegistrationConfirmationPage #content{
    width: 100%;

}

#NotesTable tbody tr{
    background: none;
    color: #222;
    font-size: 14px!important;

}

input:focus,textarea:focus,select:focus{
    border:1px solid #fafafa;
    -webkit-box-shadow:0 0 6px #007eff;
    -moz-box-shadow:0 0 5px #007eff;
    box-shadow:0 0 5px #007eff;
    outline: none;
}

input.loading {
    background: url(../images/field-loading.gif) 98% 11px no-repeat #ffffff;
}

table tr.clickable {
    cursor: pointer;
}







.conference-header {
    background: #42454A;
    color: #fff;
}
.full-width#head{
    background: none;
}
.full-width#head header {
    padding: 40px 0 0 0;
}
.full-width#head header .header-top {
    height: 208px;
    box-sizing: border-box;
    padding: 0 20px 0 20px;
}

#banner {
    min-width: 320px;
    /*max-height: 350px;*/
    height: 399px;
    overflow: hidden;
}
#banner img {
    width: 100%;
    height: auto;
}

header .header-top h3 {
    font-style: normal;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1.2em;
    margin: 0;
}
header .header-top h3 small {
    font-size: 16px;
    text-transform: none;
    display: block;
    line-height: 2em;
}
header nav {
    box-sizing: border-box;
    height: 72px;
    padding-top: 0;
    margin-top: 53px;
    margin-bottom: 0;
}
header nav .nav-bar-image {
    height: 32px;
    position: relative;
}
body.is-msie header nav .nav-bar-image {
    margin-bottom: -1px;
    padding-top: 1px;
}
header nav .nav-bar-image img {
    width: 100%;
    position:absolute;
    bottom: 0;
}
/*
header nav::before {
    background: url('../images/conference-above-nav.png') top center no-repeat;
    height: 32px;
    margin-top: -32px;
    display: block !important;
}
*/
header nav ul {
    background-color: #3DBB6F;
    margin-top: 0;
    float: none;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    justify-content: space-around;
}
header nav ul li {
    float: none;
    flex-grow: 1;
    text-align: center;
}
header nav ul li a {
    width: auto;
    padding: 8px 12px 8px 12px;
    box-sizing: border-box;
    height: 40px;
}
header .green {
    color: #3DBB6F;
}
#aside .sidebar-link {
    font-family: "titillium web", san-serif;
    font-size: .9em;
    text-decoration: none;
    color: #c10000;
}

.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}



#tab-1:hover, #tab-1.current, #tab-1.section,
#tab-7:hover, #tab-7.current, #tab-7.section{
    background: #00a261;
}
#tab-2:hover, #tab-2.current, #tab-2.section{
    background: #ff3632;
}
#tab-3:hover, #tab-3.current, #tab-3.section{

    background: #03afef;
}
#tab-4:hover, #tab-4.current, #tab-4.section{
    background: #692eb0;
}
#tab-6:hover, #tab-6.current, #tab-6.section{
    background: #ffb339;
}
#tab-5:hover, #tab-5.current, #tab-5.section{
    background: #e525e7;
}
footer.full-width{
    height: 90px;
    box-sizing: border-box;
}

.sponsors-wrapper {
    /*background-color: #f8f8f8;
    margin-bottom: -25px;
    padding-bottom: 25px;*/
}

footer nav ul {
    display: flex;
    flex-direction: row;
    align-content: space-around;
}
footer nav ul li {
    float: none;
    flex-grow: 1;
    display: block;
    text-align: center;
    padding: 0 10px;
}
footer nav ul li a {
    display: block;
}

.conference-venue-google-map {
    margin-top: 40px;
    background-color:#f0f0f0;
}
.conference-venue-google-map iframe {
    width: 100%;
    border: none;
}
.conference-venue-google-map,
.conference-venue-google-map iframe {
    height: 450px;
}

.no-flexbox header nav ul {
    display: block;
}
.no-flexbox header nav ul li {
    float: left;
}
.no-flexbox header nav ul li a {
    padding: 8px 35px;
}
.no-flexbox footer nav ul {
    display: block;
}
.no-flexbox footer nav ul li {
    float: left;
}

@media (max-width: 972px) {
    .contain {
        width: 100%;
        box-sizing: border-box;
    }
    footer.full-width,
    #head.full-width {
        min-width: 320px;
    }
    #content {
        width: 75%;
        box-sizing: border-box;
        padding-right: 20px;
    }
    #aside {
        width: 25%;
        box-sizing: border-box;
    }
    #aside img {
        max-width: 100%;
        height: auto;
    }
}
