a.event {
    background: #f2f2f2;
    display: block;
    margin: 5px;
}

a.event:hover {
    text-decoration: none;
}

a.event .time {
    background: #e6e6e6;
    font-family: 'Lato', sans-serif !important;
    width: 100%;
    color: #000;
    font-size: 17px;
transition: all .2s ease-in-out;
font-weight:500;
}

a.event:hover .time {
    background: #d2d2d2;
}

a.event .time span.fa {
    display: inline-block;
    width: 65px;
    text-align: center;
    font-size: 25px;
    padding: 5px 0px 5px 0px;
    margin-right: 10px;

color: #000;
}

span.numTime {
    position: relative;
    top: -3px;
font-family:"Lato", sans-serif;
}

.dateTitle {
    padding: 20px 20px 20px 75px;
}

a.event .date {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    font-family: "Lato", sans-serif;
}

a.event .title {
    font-family: 'Lato', serif;
    font-weight: normal;
    color: #000;
    padding: 0px;
    font-size: 17px;
    margin-top: 10px;
}

.flex-control-nav { display: none; }

body .flexslider {
    margin: 0px;
    background: transparent;
    border: none;
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

body .flex-direction-nav a {
    position: static;
    color: #808080;
    float: none;
    margin: 0px 0px 0px 5px;
    width: 30px;
    display: inline-block;
    line-height: 30px;
    font-size: 30px;
    text-align: center !important;
}

body .flex-direction-nav a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.flexslider .flex-viewport {
 padding-bottom: 0px;
}

.sectionHeading {
    display: table;
    width: 100%;
    padding: 0px 5px 0px 5px;
    margin-bottom: 15px;
}

.sectionName, .sectionControls {
    display: table-cell;
    vertical-align: middle;
}

.sectionName {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

ul.flex-direction-nav {
    text-align: right;
}

.flex-direction-nav li {
    display: inline;
}

body .flexslider .slides > li {
    -webkit-backface-visibility: visible;
}


.sectionName, .sectionControls {
    display: table-cell;
    vertical-align: middle;
}

.sectionName {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

div#upcomingEvents {
    margin-bottom: 20px;
}