  .news-list-region .filter-form {
    padding: 0;
}

.events-header,
.event {
	border: 1px solid #e5e5e5;
	border-top: none;
/*	height: 200px; */
	margin-left: 0;
	margin-right: 0;
}

.events-header {
    height: 150px;
	margin-top: 50px;
	padding: 0;
}
@media (max-width:700px){
    .events-header {
        height: auto;
        margin-top:0;
    }
    .region.events-list-region .region-holder {
        padding 0;
    }
}

.menu-dropdown {
	background-color: #7d7d7d;
/*	height:60px; */
}
.filter-form-holder {
	color: #000;
	display:table;
	margin:0 auto;
	padding: 15px !important;
}

span.filter-form-label {
	color: #fff;
    font-size: 24px;
	padding: 0 15px;
	text-transform: uppercase;
    vertical-align: middle;
    width: initial;
}

.filter-form-select-wrapper {
    display: inline-block;
}

#angularFilter { 
    border-top: none;
    border-bottom: none;
    border-right: 2px solid #7d7d7d;
    border-left: 2px solid #7d7d7d;
	height: 30px !important;
    padding: 5px;
}


option { 
    height: 30px !important;
    padding: 5px;
}


.mControl {
	color: #999999;
	display: table;
	margin: 0 auto;
	padding: 20px;
}

.mControl span.currentMonth {
	font-size: 32px;
	padding: 0 15px;
	vertical-align: middle;
}
@media (max-width:700px){
    .mControl {
    	padding: 10px;
    }
    .mControl span.currentMonth {
        font-size: 1.3em;
    }
}

.mControl button {
	padding:4px 10px;
}

.prevMonth, 
.nextMonth {
	position: relative;
	background: #ffffff;
	border-radius: 3px;
	border: 1px solid #999999;
}
.prevMonth { border-left: none; }
.nextMonth { border-right: none; }

.prevMonth:after, .prevMonth:before {
	right: 98%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.prevMonth:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 15px;
	margin-top: -15px;
}
.prevMonth:before {
	border-color: rgba(125, 125, 125, 0);
	border-right-color: #4c4c4c;
	border-width: 16px;
	margin-top: -16px;
}

.nextMonth:after, .nextMonth:before {
	left: 98%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.nextMonth:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 15px;
	margin-top: -15px;
}
.nextMonth:before {
	border-color: rgba(125, 125, 125, 0);
	border-left-color: #4c4c4c;
	border-width: 16px;
	margin-top: -16px;
}

.event {
	padding: 12px;
}

.event img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	float: right;
	height: 100%;
	width: 100%;
}
.event .event-title a {
    font-size:1.2em;
    font-weight:bold;
}

.date{
	display:block;
}

.event a {
	color: var(--color-red-primary);
}
.info {
    display: flex;
    padding:0;
}
.info .event-left-col {
    background-color: #707780;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 10px;
    text-align: center;
    font-size: .80em;
    color: #fff;
    justify-content: center;
}
.info .event-right-col {
    padding-left: 15px;
}
.info .event-right-col .multi-day {
    background: #dedede;
    padding: 0 3px;
    font-size: .9em;
    text-transform: uppercase
}
.info .event-left-col .event-date {
    font-size: 2.5em;
    letter-spacing: initial;
    line-height: 1.1;
}
.info .through {
    font-style: italic;
    font-size: .8em;
    padding-left: 30px;
}

/* Pagination Styles */
.pagePagination {
    display: table;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 15px 0;
    text-align: center;
}

.pagePagination a { 
    border: 1px solid var(--color-red-primary);
    color: var(--color-red-primary);
    display: inline-block;
    font-size: 18px;  
    padding: 8px;
    text-transform: uppercase; 
}

.pagePagination span.active a {
    border: 1px solid var(--color-red-primary);
    color: #fff;
    background-color: var(--color-red-primary);
}
@media (max-width: 700px) {
    span.ng-scope a:first-child, span.ng-scope a:last-child {
        margin-bottom: 10px;
    }
}

@media (max-width: 777px) {
    .event img {
        float:left;
        margin-top:20px;
    }
}