/********************************/


/*PROGRAM */
/*BASIC SETUP FOR HOMEPAGE*/
#greetings  h2,
#schedule h3,
#schedule h4 span,
.bannerCopy > h2{ 
    font-family: 'houschka_alt_proextrabold';
}

/* BANNER */
#program #banner{
    overflow: hidden;
    height: auto;
    position: relative;
}
#program #banner img.bannerImg{
    width: 100%;
    height: auto;
    display: block;
}
#program #banner .bannerCopy{
   z-index: 10;
    position: absolute;
    bottom: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
    left: 20%;
    right: 20%;
    text-align: center;
}
#program #banner .bannerCopy > h2{
    color: #fff;
}
@media (max-width:767px ) {
    #program #banner .bannerCopy{
        bottom: 0px;
        padding-bottom: 0px;
        margin-bottom: 10%;   /* margin-bottom: 3%;  */
    }
    #program #banner .bannerCopy > h2{
        margin: 0px;
    }  
}

/*SCHEDULE*/
#program #schedule{
    background-color: #fff;
}

#program #schedule .nav li{
    
    padding: 0px; 
}
#program #schedule .nav-tabs > li > a{
    color: #fff;
    border-radius: 0px;
    border: 0px;
    background-color: #8950a3;
}

#program #schedule .nav-tabs > li > a:hover,
#program #schedule .nav-tabs > li > a:focus,
#program #schedule .nav-tabs > li.active > a, 
#program #schedule .nav-tabs > li.active > a:focus, 
#program #schedule .nav-tabs > li.active > a:hover{
    background-color: #4a0d66;
    border: 0px;
    border-style: unset;
    border-width: unset;
}
#program #schedule .nav-tabs{
    background-color: #fff;
}
#program #schedule .tab-content{
    background-color: #f2f2f2;
    border: 1px solid #000000;
}
#program #schedule .nav-tabs > li.lastTab > a{
    margin-right: 0;
}
#program #schedule .tab-pane{
    padding: 80px 45px 40px;
}
.sessionInfo{
    margin-bottom: 40px;
}
#program #schedule hr{
    background-color: #000;
    height: 1px; 
    width: auto;
    clear: both;
    margin-bottom: 40px;
    
}

.tweetBttn{
    background-color: #1b95e0;
}
.tweetBttn img{
    height: auto;
    width: auto;
    max-height: 16px;
    margin-right: 5px;
}
h4.speakersNames span,
h3.speakersBold{
    font-size: 18px;
}

#schedule h3{
    font-size: 24px; 
    margin-top: 0px;
}


ul.speakers li,
ul.speakers{
    margin: 0px;
    padding: 0px;
}
ul.speakers{
    list-style: none;   
}
ul.speakers li{
    background-position: 0px 0px;
    background-repeat:no-repeat; 
    padding:0 0 0 115px;
    min-height: 90px;
    margin-bottom: 30px;
}
ul.speakers li.funderburk{
    background-image: url("/forum/images/bullets-speakers-funderburk.png");
}
ul.speakers li.baumgart{
    background-image: url("/forum/images/bullets-speakers-baumgart.png");
}
ul.speakers li.vance{
    background-image: url("/forum/images/bullets-speakers-vance.png");
}
ul.speakers li.marino{
    background-image: url("/forum/images/bullets-speakers-marino.png");
}
ul.speakers li.cook{
    background-image: url("/forum/images/bullets-speakers-cook.png");
}

ul.speakers li.dhp{
    background-image: url("/forum/images/bullets-speakers-dhp.png");
}
ul.speakers li.lapook{
    background-image: url("/forum/images/bullets-speakers-lapook.png");
}
ul.speakers li.collins{
    background-image: url("/forum/images/bullets-speakers-collins.png");
}
ul.speakers li.carrillo{
    background-image: url("/forum/images/bullets-speakers-carrillo.png");
}
ul.speakers li.lui{
    background-image: url("/forum/images/bullets-speakers-lui.png");
}
ul.speakers li.mulgrew{
    background-image: url("/forum/images/bullets-speakers-mulgrew.png");
}
ul.speakers li.williams{
    background-image: url("/forum/images/bullets-speakers-williams.png");
}
ul.speakers li.stratton{
    background-image: url("/forum/images/bullets-speakers-stratton.png");
}
ul.speakers li.smith{
    background-image: url("/forum/images/bullets-speakers-smith.png");
}
ul.speakers li.water{
    background-image: url("/forum/images/bullets-speakers-water.png");
}
ul.speakers li.roberts{
    background-image: url("/forum/images/bullets-speakers-roberts.png");
}


@media (max-width:767px ) {
    ul.speakers li.funderburk{
        background-image: none;
    }
    ul.speakers li.baumgart{
        background-image: none;
    }
    ul.speakers li.vance{
        background-image: none;
    }
    ul.speakers li.marino{
        background-image: none;
    }
    ul.speakers li.cook{
        background-image: none;
    }
	ul.speakers li.dhp{
        background-image: none;
    }
	ul.speakers li.lapook{
        background-image: none;
    }
	ul.speakers li.collins{
        background-image: none;
    }
	ul.speakers li.carrillo{
        background-image: none;
    }
	ul.speakers li.lui{
        background-image: none;
    }
	ul.speakers li.williams{
        background-image: none;
    }
	ul.speakers li.mulgrew{
        background-image: none;
    }
    ul.speakers li.stratton{
        background-image: none;
    }
    ul.speakers li.smith{
        background-image: none;
    }
    ul.speakers li.water{
        background-image: none;
    }
    ul.speakers li.roberts{
        background-image: none;
    }
    ul.speakers li{
        padding:0 0 0 0px;
        min-height: unset;
        margin-bottom: 30px;
}
    
}


















