.event-info-add .future-events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.future-events, .report-events {
    margin: 0;
    padding: 0;
    list-style: none;
}

.future-event-item {
    background: #f5f5f5;
    margin-bottom: 18px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.future-events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}
.future-event-item .link-future-event {
    background: rgba(58,58,58,0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 20px 20px 25px;
    color: #fff;
    text-decoration: none;
}
.future-event-item a {
    text-decoration: none;
}

.future-event-item .event-info-img-wrap img{
    border: 1px solid #d3d3d3;
}
.future-event-item .event-info-img-wrap {
    width: 30%;
}
.future-event-item .link-future-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: none;
    padding: 0;
    color: #3c3c3c;
    text-decoration: none;
}


.future-event-item .overlay {
    width: inherit;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 1px;
    left: 1px;
    height: 100%;
}
.future-event-item .overlay .overlay-in {
    top: 0;
    bottom: inherit;
    margin-left: 0;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    width: 83%;
}
.future-event-item .date-in {
    min-width: 57px;
}

.future-event-item .date {
    padding: 10px 0 3px;
    width: 65px;
    text-align: center;
    display: inline-block;
}
.future-event-item .bg-white {
    background: #f8f8f8;
}
.future-event-item:hover .bg-white {
    background: #1f5ca5;
}
.future-event-item:hover .bg-white b,.future-event-item:hover .bg-white span,.future-event-item:hover .bg-white small {
    color: #fff;
}
.future-event-item:hover .event-text h2 {
    color: #183763;
}

.date-in .bg-white b {
    color: #1f5ca5;
}
.date b {
    display: block;
    font-size: 26px !important;
    color: #1f5ca5;
    line-height: 20px;
}

.date-in .bg-white span {
    display: block;
    font-size: 13px !important;
    color: #1a1a1a;
    font-weight: 700;
}

.date-in .bg-white small {
    color: #8d8d8d;
}
.future-event-item .date small {
    margin-top: -3px;
	display: block;
    font-size: 12px !important;
}

.future-event-item .event-text {
    width: 70%;
	padding: 0px 15px;
	text-align: justify;
}

.future-event-item .event-text h2 {
    margin-top: 0px;
    font-weight: 700;
    color: #244d82;
    margin-bottom: 10px;
    border: none;
    font-size: 1.2rem !important;
}
.future-event-item .event-text p {
    margin-bottom: 0;
    line-height: 21px;
    margin-top: 10px;
	text-align: justify;
}
	.future-event-item.no-img .event-info-img-wrap {
		width: 6%;
		border: none;
	}
	.future-event-item.no-img .event-text {
		width: 100%;
		padding-left: 32px;
	}
@media only screen and (max-width: 1024px){
.future-event-item .event-text p {
    font-size: 1.3vw !important;
    line-height: 2.3vw;
	}
}
@media only screen and (max-width: 767px) {
	.future-event-item{
		height: auto;
		background: #f8f8f8;
	}
	.future-event-item a img,
	.future-event-item span img{
		opacity: 1;
		height: auto;
		width: 100%;
}
	.future-event-item .overlay,
	.future-event-item .overlay .overlay-in{
		position: relative;
		background: none;
		top: 0;
    	left: 0;
	}
	.future-event-item .event-info-img-wrap {
		width: 100%;
	}


	.future-event-item .overlay .overlay-in{
		width: 100%;
		margin-left: 1px;
	}
	.future-event-item .link-future-event{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		/* padding: 15px 0px; */
	}
	.future-event-item .date{
		width: auto;
		padding:5px;
		font-weight: bold;
		margin-top: -1px;
	}
	.future-event-item .date b,
	.future-event-item .date span,
	.future-event-item .date small{
		display: inline;
		font-size: 13px !important;
	}
	.future-event-item .event-text{
		padding: 5px 5px 0px;
		width: 100%;
	}
	.future-event-item .event-text h2{
	font-size: 17px !important
	}
	.future-event-item .event-text p{
		font-size: 11px !important;
		line-height: 18px;
	}
	.future-event-item .bg-white {
		background: #1f5ca5;
	}
	.future-event-item .bg-white b,.future-event-item .bg-white span,.future-event-item .bg-white small {
		color: #fff;
	}
	.future-event-item.no-img .event-info-add-img-wrap {
		width: 6%;
		border: none;
	}
	.future-event-item.no-img .event-info-add-img-wrap {
		display:none;
	}
	.future-event-item.no-img .event-text {
		padding-left: 0px;
	}
}