#content.homepage {
    padding: 0;
}

#tricolumn {
    display: none;
}
/* Hero */

#dennos-hero {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    background-color: black;
    margin: 20px 0;
    border-radius: 30px;
}

#dennos-hero > div {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#dennos-hero > div > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
}

#dennos-hero .image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 90px;
    background-position: center center;
    background-size: cover;
    background-color: black;
}

#dennos-hero .control {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #0b0b0b;
    padding: 0 20px 5px 20px;
    text-align: left;
    height: 80px;
    overflow: hidden;
    border-radius: 30px;
}

#dennos-hero .control > p {
    margin: 0;
    padding: 0;
    color: white;
    line-height: normal;
    text-align: center;
}

#dennos-hero.single .control {
    padding: 20px 20px 28px 20px;
}

#dennos-hero .next,
#dennos-hero .prev {
	display: none;
	height: 0;
	padding-top: 40px;
	overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
}

#dennos-hero.single .next,
#dennos-hero.single .prev {
    display: none;
}

#dennos-hero .next {
    background-image: url(../../../images/dennos-hero-next-light.png);
}

#dennos-hero .prev {
    background-image: url(../../../images/dennos-hero-prev-light.png);
}

#dennos-hero .heading {
    display: block;
    font-family: dm-sans, "Roboto Condensed", sans-serif;
    font-size: 24px;
    line-height: 1.1em;
}

#dennos-hero .subheading {
    display: block;
    font-family: dm-sans, "Roboto Condensed", sans-serif;
    font-size: 16px;
}

#dennos-hero .heading+.subheading {
    margin-top: 3px;
}

@media only screen and (min-width: 600px) {
    #dennos-hero .next,
    #dennos-hero .prev {
        display: block;
    }

    #dennos-hero {
        height: 440px;
    }
    
    #dennos-hero .image {
        bottom: 0;
    }

    #dennos-hero .control {
        width: 305px;
        right: auto;
        height: auto;
        background-color: #0e0e0e;
        background-color: rgba(14, 14, 14, 0.6);
        overflow: visible;
    }

    #dennos-hero .heading {
        font-size: 28px;
        line-height: normal;
    }

    #dennos-hero .subheading {
        font-size: 18px;
    }

    #dennos-hero .heading+.subheading {
        margin-top: 6px;
    }
}

/* End Hero */

/* Events */

.events-list {
    padding-top:4px;
}

.events-list ul {
    list-style-type: none;
    padding-left: 5px;
    font-weight: bold;
}

div.events {
    margin:4px 0 0;
    padding:2px 0 0;
}

#content-wide-in > div.events {
    border-top: 2px solid #cfcfcf;
}

.events-rt {
    text-align:left;
    margin-left:50px;
}

.events-rt p {
    line-height:1.4em;
}

.events-rt a {
    color: black;
}

.events-list .title,
.events-rt .title,
.events-rt .more {
    color: #000000;
    font-weight: bold;
}

.events-lt {
    width:42px;
    float:left;
    text-align:center;
    line-height:1.5em;
    text-transform: uppercase;
    padding-top:2px;
}

.events-lt span {
    color:#333333;
    display:block;
    font-size: 18px;
    line-height: 1.1em;
}

.events-lt span+span {
    font-size:36px;
    line-height: 0.8em;
}

p.eventdates {
    color:#5e708c;
    text-align:center;
    line-height:18px;
    text-transform:uppercase;
}

@media only screen and (max-width: 920px) {
    .events-rt {
        width:auto;
        float:none;
    }
    
    .events-lt {
        margin-right:10px;
    }
}

/* End Events */

#content #message > div {
    font-size: 16px;
    background-color: #231f20;
    color: #ffffff;
    padding: 10px 20px 8px;
    margin-top: 20px;
}

#content #message > div p {
    color: #ff6;
    font-weight: bold;
}

#content #message > div a {
    color: #ff6;
    font-weight: bold;
    text-decoration: underline;
}

#content #message .special-alert {
    font-family: dm-sans, 'Roboto Condensed', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: white;
}