/********************************/


/* REGISTER */
/*BASIC SETUP FOR HOMEPAGE*/
#nationalDinner h2,
#onSiteRegistrationHours h2,
#informationDesk h2,
#specialRequests h2,
#registrationChanges h2,
#substitutions h2,
#registrationCancellations h2,
#registrationConfirmations h2,
#mediaInformation h2,
#accommodations h2,
#airlineDiscount h2,
#forMoreInformation h2,
#policy h2,
#registrationCategoryDefinitions h2,
#registrationDetails h2,
#registrationInfo h2,
#forumNotes h3,
.bannerCopy > h2{ 
    font-family: 'houschka_alt_proextrabold';
}

/* BANNER */
#register #banner{
    overflow: hidden;
    height: auto;
    position: relative;
}
#register #banner img.bannerImg{
    width: 100%;
    height: auto;
    display: block;
}
#register #banner .bannerCopy{
   z-index: 10;
    position: absolute;
    bottom: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
    left: 20%;
    right: 20%;
    text-align: center;
}
#register #banner .bannerCopy > h2{
    color: #fff;
}
@media (max-width:767px ) {
    #register #banner .bannerCopy{
        bottom: 0px;
        padding-bottom: 0px;
        margin-bottom: 10%;   /* margin-bottom: 3%;  */
    }
    #register #banner .bannerCopy > h2{
        margin: 0px;
    }  
}

/*REGISTRATION */
#registrationInfo{
    
}

#registrationInfo H2{
    color: #4a0d66; 
    text-align: center;
}

#registrationInfo p, #registrationInfo {
    font-size: 13px; 
    font-family: 'Arial', Helvetica, sans-serif;
}

#registrationInfo p{
    margin-left: 15%;   
    margin-right: 15%;   
}
#registrationInfo ul, #registrationInfo ul li{
    margin: 0px;
    padding: 0px;
}
#registrationInfo ul{
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 20px;
}
/*************************/
/*************************/
/*************************/


#nationalDinner h2
#onSiteRegistrationHours h2,
#informationDesk h2,
#specialRequests h2,
#registrationChanges h2,
#substitutions h2,
#registrationCancellations h2,
#registrationConfirmations h2,
#mediaInformation h2,
#accommodations h2,
#airlineDiscount h2,
#forMoreInformation h2,
#policy h2,
#registrationCategoryDefinitions h2,
#registrationDetails h2{
    color: #4a0d66; 
    text-align: center;
}


#registrationDetails hr.gridLine{
    background-color: #4a0d66;
    width: 100%;
    height: 1px;
    clear: both;
    margin:  0px; 
}
#registrationDetails .grid{
    /*height: 50px; */
    padding-top: 10px ; 
    padding-bottom: 10px ; 
}

/**/





























