#hero{
  padding: 5px 0px 0px;
}

h2{
  font-size: 31px;
}

#dnn_ContentPane{
  background:none !important;
  border:none !important;
}
#dnn_ContentPane .DnnModule{
  margin: 0px;
}


/* EVENT STYLES HOME
----------------------------- */
.ThemeMinimalExtropy .RptTable{
  background:none !important;
  border: none !important;
}
.eventListWrap{
  width: 100%;
  border-bottom: 1px solid #1f3e86;
  float: left;
  clear: both;
  margin: 0px 0px 15px;
}
.eventListWrap:last-child{
  border-bottom: none;
}
.eventListWrap .calendarIcon{
  float: left;
  background: url(images/bg-circle-blue.png) no-repeat;
  height: 38px;
  width: 50px;
  text-align: center;
  margin: 0px 15px 0px 0px;
  padding:7px 0px;
  color:#6990e9;
  font-family: 'Exo', sans-serif;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.calendarIcon .month{
  font-size: 12px;
}
.calendarIcon .day{
  font-size: 17px;
}
.eventListWrap .title{
  font-family: 'Exo', sans-serif;
  font-size: 16px;
}
.eventListWrap .eventDetails{
  float:left;
  width:70%;
}
.eventListWrap .date{
  font-size: 13px;
}

