﻿.paging-container {
    margin-top:10px;
    margin-bottom:20px;
}
.paging-container .btn {
    width: 100px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin: 0;
}

.event-container{
	width: 100%;
	float:left;
}

.event-item{
	padding:0;
	margin-bottom:10px;
	color: #666;
	position: relative;
	padding-top:8px;
	border-top: solid 1px #006DB0;
    min-height: 80px;
}

.event-header{

}

.event-title{
	padding-left:5px;
    position: relative;
    top: 20px;
}


.event-image {
    float: left;
    /*margin-left: 38px;*/
}


.event-images {
    position: relative;
    top:-30px;
    float: right;
}
.second-image {
    

}
    .second-image img {
    
   
    }
    .event-image img {
        
        max-width: 200px;
        max-height: 150px;
        margin-left: 30px;
    }

    .event-title a {
        font-weight: bold;
	    font-size: 20px;
        color: #00629e;
        text-decoration: none;
    }

.event-date{
	font-size: 12px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:2px;
    margin-bottom:10px;
    position: relative;
    top: 20px;
}

.event-subtitle{
	margin-top:2px;
	padding-left:5px;
	margin-bottom:10px;
}

.event-snippet{
	padding-top: 5px;
   padding-left: 5px;
    line-height: 22px;
    width: 45%;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
    float: left;
}

.event-sharing {
	position: absolute;
	bottom: 5px;
	left: 5px;
	z-index:50;
}
.share-box {
	width:150px;
}

.event-controls {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.event-clickable {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    text-decoration:none; /* Makes sure the link   doesn't get underlined */
    z-index:10; /* raises anchor tag above everything else in div */
    background-color:white; /*workaround to make clickable in IE */
    opacity: 0; /*workaround to make clickable in IE */
    filter: alpha(opacity=1); /*workaround to make clickable in IE */
	display:none;
}


.event-readmore {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #00629e;
    text-decoration: none;
}

.page-controls-container{
	width: 100%;
	float: left;
}

.page-controls-container .btn{
	width:100px;
	display:inline-block;
}

.page-controls-previous {
	float:left;
	margin-left: -6px;
}
.page-controls-next {
	float:right;
	margin-right: 2px;
}

/********************** YEARS ************************/
.years-container{
	float: right;
	width: 100%;
	padding-bottom: 12px;
}

.years-list{
	line-height: 1.0em;
	color: #AAA;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	font-size: 16px;
}

.years-header {
	color: #AAA;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
}

.year {
	margin:0 auto;
	display: inline-block;
	padding-right:20px;
}

.year a {
	color: #006DB0;
	text-decoration: none;
}


.buffer-left {
    margin-left: 35px;

}
@media only screen and (max-width: 850px) {
    .event-image img {
        max-width: 100%;
       
    }
    .event-images {
        float: left;
        top:0;
        width: 100%;
    }
    .event-image {
        width: 50%;
        margin: 0;
        text-align: center;
    
    }
    .event-snippet {
        width: 100%;
        
    }
    .event-readmore {
        
        text-align: center;
        width: 100%;
        bottom: -25px;
    
    }
}

@media only screen and (max-width: 500px) {
	.event-clickable {
		visibility: visible; display:block;
	}
    .event-image {
        width: 100%;
        margin-bottom: 40px;
        text-align: left;
    }
}

.calendar-icon {
    font-size:1em;
    width:1em;
    height: 1em;
    background-image:url(/assets/images/icons/Calendar.png);
    display:inline-block;
    background-size:cover;
    background-repeat: no-repeat;
}

.list-title, .list-intro {
    line-height:1.3;
}

.list-date {
    padding: 15px 0 10px 0 !important;
}

.list-author {
    margin: 0.5em 0;
}

    .list-author > .bold {
        font-weight: bold;
    }

.list-content {
    border-bottom: solid 1px #bdbdbd;
    padding-top:30px;
    padding-bottom: 30px;
}

.list-content:last-child {
    border-bottom: solid 0px #bdbdbd;
}

.list-info {
    padding: 0 10px 10px 20px !important;
}

.list-buttons a:not(:first-child) {
    margin-left:10px  !important;
}