#pagecontent {
    padding: 0px 10px;
}
#pagecontent h1{
    clear: both;
}
#topSliderWrapper {
    background: #fff;
}
#pagecontent h1{
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
#pagecontent p{
	line-height: 1.5;
}
.rightOptions {
    width: 30em;
    position: absolute;
    right: 0px;
    margin-top: -35px;
    text-align: right;
    margin-right: 20px;

}
.flexWrap{
    justify-content: space-around;
    margin: 10px auto;
    max-width: 900px;
}
#programButtons a{
    flex: 0 0 auto;
}

.featuredItem{
    width: 33%;
    max-width: 500px;
    margin: 10px auto;
    flex: 0 0 auto;
}
.featuredItem.twoColItem{
    width: 66%;
}

.eventCard {
    width: calc(33.33% - 10px);
    position: relative;
    border: 1px solid #ccc;
    padding-bottom: 5px;
    border-radius: 8px;
    min-height: 355px;
}
.eventCard:hover {
    box-shadow: 2px 2px 2px #000;
}
.eventCard img {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    border-radius: 8px 8px 0px 0px;
}
.eventCard .eventDate {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    border: 1px solid #888888;
    border-radius: 6px;
    text-align: center;
    background: #fff;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;

}
.workshopRow, #supportItems {
    margin: 30px auto;
    max-width: 900px;
}
.liveStream {
    width:100%;
    text-align: center;
    padding: 5px 0px;
    font-size: 1.1em;
}
#pagecontent a {
    text-decoration: none;
}
#pagecontent .liveStream {
    color: #921C17;
}
.eventTime {
    color: #575757;
}
#newsItems img {
    height: auto;
    max-height: 250px;
    width: auto;
    display: block;
    margin: 5px auto;
}

.lsLiveNowButton a:link, .lsLiveNowButton a:visited {
    display: block;
    text-indent: -999999px;
    margin: 10px 0px;
    background: url('/images/homePage/live-now-button.png') no-repeat;
    background-position: top;
    width: 150px;
    height: 40px;
    background-size: 150px 130px;
}
.lsLiveNowButton a:hover {
    background-position: 0px -47px;
}
.lsLiveNowButton a:active {
    background-position: 0px -92px;
}
.seriesTitle {
    color: #e17407;
}
.lsTime {
    font-style: italic;
}
.lsLink {
    text-align: center;
}

#pagecontent div.newsItem{
	padding: 10px;
	max-width: 750px;
	border-radius: 8px;
	border: 1px solid #ccc;
	margin: 10px auto;
	line-height: 1.5;
}
.newsItem:nth-child(odd){
	background: #CDEBF5;
}
@media (max-width:750px){
    .featuredItem, .featuredItem.twoColItem{
        width: 100%;
    }
    .eventCard {
        width: 90%;
        max-width: 500px;
        margin: 20px auto;
    }
}