@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

.clear{
clear: both;}

.clear > span {
font-size: 0;
}

#events-wrapper-notice{
 width: 100%;
 height: auto;
 margin: 0 auto;}
 
.events-item{
 margin-bottom: 20px;}

.events-date{
 width: 80px;
 float: left;}

span.month{
    display: block;
    padding: 5px;
    text-transform: uppercase;
    font-size: 1em;
    text-align: center;
    color: #58595B;}
span.day {
    text-align: center;
    font-size: 1.8em;
    color: #164271;
    font-weight: 700;
    display: block;
    margin-top: -8px;
}

.events-content{
float: right;
width: calc(100% - 90px);
}

.title{
    display: block;
    font-size: 1em;
    font-weight: 400;}
.title a{
    color: #6D6E71;
text-decoration: none;}
.time{
color: #164271;
    font-weight: 600;}

.more-events a{
 display:block;
 color: #383838;
 text-transform: uppercase;
 text-align: center;
 border: solid 2px #383838;
 width: 190px;
 padding: 10px 0;
 margin: 0 auto;
 
  transition: all 0.3s ease-in;
 -webkit-transition: all 0.3s ease-in;
 -moz-transition: all 0.3s ease-in;
 -o-transition: all 0.3s ease-in;}
 
.more-events a:hover{
 text-decoration: none;
 
 background-color: #383838;
 color: #ffffff;}

/** Hide more than three **/
#events-wrapper-notice {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;}
#events-wrapper-notice .events-item {
display:none;}

#events-wrapper-notice .events-item:nth-child(1),
#events-wrapper-notice .events-item:nth-child(2),
#events-wrapper-notice .events-item:nth-child(3),
#events-wrapper-notice .events-item:nth-child(4),
#events-wrapper-notice .events-item:nth-child(5),
#events-wrapper-notice .events-item:nth-child(6){
 display: block;}
#events-social .read-all a.link {
    color: #114272 !important;
    text-decoration: none;
}
#events-social .read-all a:hover, #events-social .read-all a:focus{
    color: #114272 !important;
    text-decoration: underline;
}