.regular_events{
	text-align:center;
	margin-left:-7.5px;
	width:-webkit-calc( 100% + 15px );
	width:-moz-calc( 100% + 15px );
	width:-ms-calc( 100% + 15px );
	width:calc( 100% + 15px );
}
.reg_event{
	height:300px;
	display:inline-block;
	margin:7.5px;
}
.reg_event img{
	max-height:100%;
}

.event_img_wrapper{
	width:100%;
	text-align:center;
}
.event_img_wrapper > img{
	display:inline-block;
	height:600px;
}

#secondary {
    width: 100%;
    display: block;
    padding: 30px 0;
    /*background-color: #EEFCFE;*/
}

#secondary h1 {
    margin-top: 0;
    margin-bottom: 30px;
}
