#content.homepage {
    padding: 0;
}

#tricolumn {
    text-align: center;
    font-size: 0; /* Remove whitespace between inline block elements */
}

#tricolumn .tricolumn-content {
    background-color: #ecebe7;
    padding: 4px 12px;
    text-align: left;
	margin-top: 4px;
	box-sizing: border-box;
}

#tricolumn-rt .tricolumn-content {
	padding-top: 12px;
	padding-bottom: 12px;
}

#tricolumn h2, #tricolumn h2 a {
	font-size: 34px;
	color: #333;
	font-weight: 300;
	font-family: 'Roboto Condensed';
	text-align: center;
}

#tricolumn-lt,
#tricolumn-cntr,
#tricolumn-rt {
	display: block;
	font-size: 13px;
	vertical-align: top;
}

@media only screen and (min-width: 692px) {
    #tricolumn-lt,
    #tricolumn-cntr,
    #tricolumn-rt {
        display: inline-block;
        min-width: 230px;
        width: 32.5%;
    }
    
    #tricolumn-cntr, #tricolumn-rt {
        margin-left: 1.25%;
    }

    #tricolumn .tricolumn-content {
        height: 290px;
        overflow: auto;
    }
}

#tricolumn-rt ul {
	padding:5px 15px 5px 15px;
	margin:0;
}

#tricolumn-lt > a,
#tricolumn-cntr > a,
#tricolumn-rt > a {
	display: block;
	padding: 18px;
	font-size: 20px;
	font-weight: bold;
	color: #fcfcfb;
	font-family: 'Roboto Condensed';
	margin-top: 12px;
	text-transform: uppercase;
}

#tricolumn-lt > a {
    background-color: #39bbd1;
}

#tricolumn-cntr > a {
    background-color: #d25c27;
}

#tricolumn-rt > a {
    background-color: #60a060;
}

#tricolumn-lt .tricolumn-content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#tricolumn-lt .tricolumn-content li {
	border-top: 1px solid #dcdad5;
    height: 39px;
}

#tricolumn-lt .tricolumn-content li:first-child {
	border-top-style: none;
}

#tricolumn-lt .tricolumn-content a {
	display: block;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	color: #333333;
	font-weight: bold;
	font-family: 'Roboto Condensed';
	font-size: 16px;
}

#tricolumn-lt .tricolumn-content a:hover {
	background-color: #cfcdc8;
}

/* Hero */

#dennos-hero {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    background-color: black;
}

#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;
}

#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: "Roboto Condensed";
    font-size: 24px;
    line-height: 1.1em;
}

#dennos-hero .subheading {
    display: block;
    font-family: "Roboto Condensed";
    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 5px;
    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: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: white;
}