body {
margin:0px;
font-family:Arial, Helvetica, sans-serif;
}

/* hero carousel */
.carousel-item:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,0.8421743697478992) 0%, rgba(255,255,255,0) 100%);
	    width: 100%;
    height: 100%;
	z-index: 0;
}
.carousel-caption{
	background: transparent;
	color: #707070;
	font-family: futura;
	font-weight: 400;
	text-align: left;
	z-index:999;
	
}

.carousel-caption span{
	
}.carousel-caption h1{
	color: #e1372c;
}
#featured-links{
background: #c4cecb !important;
}




/* calendar */

.calendar-header ul#primarynav, .calendar-block{
	background: #eee !important;
}
.calendar-header{
	border-bottom: #d0d0d0 1px solid;
}
table#calendar tr.days td{
	background: #fff !important;
	border: 1px solid #eee;
}
p#calendarcontrols a{
	    border: 1px solid #ccc;
    padding: 3px;
    border-radius: 3px;
    font-size: 11px;
    background: #ccc !important;
    color: #333 !important;
	transition: all .5s ease;
}
p#calendarcontrols a:hover{
    color: #fff !important;
    background: #909090 !important;
		border-color:  #909090  !important;
}
span.daynumber {
    font-size: .9em;
}
ul#primarynav li a{
	padding: 1px 15px 0 !important;
}
ul#primarynav li a.on, table#calendar tr.header td{
	background: #E1392C !important;
		color: #fff !important;

}
table#calendar tr.footer td{
	background: #eee !important;
}
table#calendar tr.days td.today .daynumber{
	 background: #e1382c;
    color: #fff;
    padding: 3px;
    border-radius: 100%;
}
.CalendarMonth, .calendarWeek, .calendar-block h2{
	color: #333 !important;
}
table#calendar tr.days td a.event{
	padding: 3px 3px 3px 5px !important;
    background: #f7f7f7;
	border-radius: 0 4px 4px 0;
	color: #000 !important;
}
#calendar-feed #NewsTitle{
	font-size: 1.1em;
    line-height: 1.2;
    margin-bottom: 3px;
    font-weight: 800;
}
#calendar-feed #NewsDescriptionShort, #calendar-feed #News_ArticleLink{
	font-size: .9em;
}
#calendar-feed .list-feed h3{
    background: #e1382c;
    padding: 12px 15px;
    margin-top: 0;
    margin-bottom: 25px;
    color: #fff !important;
    margin-left: -15px;
    margin-right: -15px;
}
#calendar-feed .list-feed{
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
div#sitecontent .calendar-block{
	border: none !important;
}
@media (max-width: 767px){
	#calendar-feed{
		display:flex;
		flex-direction: column;
	}
	.calendar-div{
		order: 2;
	}
	.list-feed{
		order: 1;
		margin: 15px;
	}
	.calendar-block .buffer{
		padding: 15px !important;
	}
	span.daynumber {
    font-size: .65em;
}
	table#calendar tr.header td{
		font-size: 0 !important;
	}	
	table#calendar tr.header td:first-letter{
		font-size: 12px;
	}
	table#calendar tr td{
		min-height: 100px;
	}	
		table#calendar tr td:first-of-type a{
			    width: 0 !important;
    font-size: 0 !important;
	}
	
}

@media (max-width: 576px){
	ul{
		text-align:left;
	}

}

@media (max-width: 550px){
	table#calendar tr.days td a.event{
		font-size: 7px !important;
    	min-height: 50px;
	}

}
.full-width.animated-circles-bg{
overflow: unset !important;
}
.full-width .overlay-bg{
    width: 200% !important;
    height: 100%;
    top: 0;
    left: -50% !important;
}








