.imagebox {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 60px;
}

.imagebox,
.imagebox .img-cont {
	position: relative;
}
.imagebox .slide {
	box-shadow: 0 1px 50px 0 rgba(0, 0, 0, 0.5);
	margin: 0 -20px 20px;
}

.imagebox .slide .inner {
	position: relative;
}

.imagebox .img-cont::after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
}

.imagebox .img-cont img {
	display: block;
	width: 100%;
}

.imagebox .content-section {
	padding: 29px 24px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	pointer-events: none;
	width: 91%;
}
.imagebox .content-section .date-cont{
	margin-bottom: 10px;
}
.imagebox .content-section .date-cont .date{
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #FFF;

	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);

}
.imagebox .content-section .date-cont .date .day{
	font-family: 'CB Sans W00 Bold', Helvetica, sans-serif;
	font-size: 40px;
	line-height: 1em;
	margin-right: 6px;
}

.imagebox .content-section .date-cont .date .month{
	font-family: "CB Sans W00 Regular", Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14.5px;
	line-height: 1em;
}

.imagebox .content-section .title{
	border-bottom: 1px solid rgba(255,255,255,0.6);
	border-top: 1px solid rgba(255,255,255,0.6);
	padding: 10px 0;
	margin-bottom: 14px;
	width: 63%;
}

.imagebox .content-section .title h4,
.imagebox .content-section .title h4 a {
	color: #fff;
	font-weight: bold;
	pointer-events: all;
	margin: 0;
	line-height: 1.2em;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
}
.imagebox .content-section p {
	font-size: 15px;
	line-height: 1em;
	color: #fff;
	font-family: 'CB Sans W00 Bold', Helvetica, sans-serif;
	margin-bottom: 16px;
}

.imagebox .content-section p i{
	color: #ffb602;
	font-size: inherit;
	margin-right: 6px;
}
.imagebox .content-section .read-more {
	display: inline-block;
	font-size: 10px;
    letter-spacing: 0.1em;
    color: #000;
    border-radius: 0;
    text-transform: uppercase;
    background-color: #ffb602;
    font-family: 'CB Sans W00 Bold', Helvetica, sans-serif;
    font-weight: 700;
    padding: 10px 14px;
	/* IE, requires any display property other than inline to work
	 with pointer events all here */
	pointer-events: all;
	transition: opacity .1s;
	text-align: center;
}
.imagebox .widget-img{
	position: relative;

}
.imagebox .widget-img .title-cont{
	position: absolute;
    background-color: #FFF;
    bottom: -50px;
	right: -20px;
	width: 76%;
	max-width: 213px;
}
.imagebox .widget-img .title-cont > a{
	display: flex;
	align-items: center;
    flex-direction: row;
    padding: 18px;
    color: #d6253e;
}

.imagebox .widget-img .title-cont img{
	width: 43px;
	height: 100%;
	margin-right: 10px;
}

.imagebox .widget-img .title-cont h3,
.imagebox .widget-img .title-cont h3 a{
	font-family: 'CB Sans W00 Bold', Helvetica, sans-serif;
	font-weight: 700;
	color: inherit;
	font-size: 17.5px;
	letter-spacing: 0.3px;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0;
}

.imagebox .widget-img .title-cont h3 a:focus,
.imagebox .widget-img .title-cont h3 a:visited{
	color: inherit;
}
@media (min-width: 40em) {
	.panel-two-col .imagebox {
		margin-bottom: 0;
	}
	.imagebox .slide {
		margin: 0 0 20px;
	}
	.imagebox .widget-img {
	    margin: 0 auto;
	    max-width: 500px;
	}
	.imagebox .widget-img .title-cont {
		bottom: -50px;
		right: -20px;
		width: 50%;
		max-width: none;
	}
	.imagebox .widget-img .title-cont > a{
		padding: 18px 25px 18px 18px;
	}
	.imagebox .widget-img .title-cont h3{
		line-height: 1em;
	}
}

@media (min-width: 64em) {
	.imagebox {
		max-width: 1440px;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: calc(100px + (60 - 100) * ((100vw - 1025px) / (1440 - 1025)));

	}
	.imagebox .cols {
		display: flex;
		align-items: center;
		padding-right: 145px;
	}
	.imagebox .cols .slide {
		width: 60%;
		max-width: 762px;
		margin-right: calc(50px + (126 - 50) * ((100vw - 1025px) / (1440 - 1025)));
		margin-bottom: 0;
		transition: box-shadow 325ms ease, transform 325ms ease, -webkit-transform 325ms ease;
	}

	.imagebox .slide:hover {
		transform: translate(20px, 0px) scale(1.05);
	}
	.imagebox .content-section {
		padding: 29px 24px 29px 38px;
		max-width: 484px;
	}
	.imagebox .content-section .date-cont{
		margin-bottom: 13px;
	}

	.imagebox .content-section .date-cont .date .day{
		font-size: 50px;
		margin-right: 12px;	
	}

	.imagebox .content-section .date-cont .date .month{
		font-size: 20px;
	}

	.imagebox .content-section .title {
		margin-bottom: 15px;
	}
	.imagebox .content-section .title h4 {
		font-size: 35px;
		line-height: 30px;
		font-weight: 900;
	}

	.imagebox .content-section p {
		font-size: 17px;
		line-height: 27px;
	}

	.imagebox .content-section .read-more {
		-webkit-transition: padding 325ms ease, color 325ms ease, background-color 325ms ease;
    	transition: padding 325ms ease, color 325ms ease, background-color 325ms ease;
    	min-width: 140px;
	}
	.imagebox .content-section .read-more:hover {
		padding-right: 40px;
	    padding-left: 40px;
	    background-color: #008fda;
	    color: #fff;
	}
	.imagebox .widget-img{
		max-width: none;
		margin: 0;
	}
	.imagebox .widget-img .title-cont{
		
		right: 0;
		left: 139px;
		width: 100%;
		bottom: -66px;
		transition: transform 325ms ease, -webkit-transform 325ms ease;
	}
	.imagebox .widget-img .title-cont > a{
		padding: 26px 15px 26px 38px;
		transition:  color 325ms ease;
	}
	.imagebox .widget-img .title-cont:hover{
		-webkit-transform: translate(-20px, 0px);
		-ms-transform: translate(-20px, 0px);
		transform: translate(-20px, 0px);
	}
	.imagebox .widget-img .title-cont:hover > a{
		color: #008fda;
	}
	.imagebox .widget-img .title-cont h3{
		font-size: calc(26px + (35 - 26) * ((100vw - 1025px) / (1440 - 1025)));
		line-height: 1em;
		letter-spacing: 0.5px;
	}

	.imagebox .widget-img .title-cont img{
		width: calc(60px + (84 - 60) * ((100vw - 1025px) / (1440 - 1025)));
		margin-right: calc(15px + (20 - 15) * ((100vw - 1025px) / (1440 - 1025)));
	}
}

@media (min-width: 1440px) {
	.imagebox {
		margin-bottom: 80px;
	}
	.imagebox .cols .slide {
		margin-right: 126px;
	}
	.imagebox .widget-img .title-cont h3{
		font-size: 35px;
	}

	.imagebox .widget-img .title-cont img{
		width: 84px;
		margin-right: 20px;
	}
}

@media (min-width: 64em) and (max-width: 1200px){
	.imagebox .content-section .title {
		width: 100%;
	}
}