.imagebox {
	margin-bottom: 115px;
}
.imagebox .title-cont {
	margin-bottom: 20px;
	padding: 20px;
}
.imagebox .title-cont h2 {
	font-family: 'Rock Salt', cursive;
	font-size: 25px;
	line-height: 41px;
	color: #021d44;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1px;
}
.imagebox,
.imagebox .img-cont {
	position: relative;
}
.imagebox .img-cont a.read-more {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../png/diamond.png");
	background-size: cover;
	z-index: 1;
}
.imagebox .img-cont a.read-more i {
	color: #fff;
}
.imagebox .slide {
	margin-bottom: 10px;
}
.imagebox .slide .inner {
	position: relative;
	display: flex;
	flex-direction: column-reverse;
}
.imagebox .slide .inner:after {
	content: "";
	background-image: url("../png/grey-gradient.png");
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	pointer-events: none;
}
.imagebox .img-cont::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
	pointer-events: none;
}

.imagebox .img-cont img {
	display: block;
	width: 100%;
}
.imagebox h4,
.imagebox h4 a {
	color: #021d44;
	font-weight: bold;
	transition: opacity .1s;
	pointer-events: all;
	font-family: 'rift-soft', sans-serif;
	font-size: 35px;
	line-height: 35px;
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}
.imagebox h4:after {
	content: "";
	background-image: url("../png/blue_line.png");
	position: absolute;
	width: 280px;
	bottom: -30px;
	height: 11px;
	background-size: cover;
	left: 50%;
	transform: translateX(-50%);
}
.imagebox .content-section {
	padding: 30px 20px 20px;
	z-index: 10;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 20px 20px 0;
}
.imagebox .content-section:after {
	content: "";
	background-image: url("../png/white-gradient.png");
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.imagebox .content-section p {
	color: #021d44;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0;
}
.imagebox .content-section .read-more {
	color: #008CBA;
	font-weight: bold;
	display: inline-block;
	/* IE, requires any display property other than inline to work
	 with pointer events all here */
	pointer-events: all;
	transition: opacity .1s;
}
.imagebox .content-section .read-more:hover {
	opacity: .7;
}
.imagebox .view-all {
	margin: 25px auto;
	position: relative;
	padding: 23px;
	border: 10px solid;
	border-image: url("../png/green-frame.png") 10 10 repeat;
	width: 235px;
}
.imagebox .view-all a {
	display: flex;
	font-family: 'Montserrat', sans-serif;
	color: #021d44;
	font-size: 14px;
	line-height: 18px;
	font-weight: 800;
	text-transform: uppercase;
}
.imagebox .view-all i {
	color: #5c29a8;
	display: flex;
	align-items: center;
}
.imagebox .view-all:hover i {
	padding-left: 10px;
}

@media (min-width: 40em) {
	.panel-two-col .imagebox {
		margin-bottom: 0;
	}
	.imagebox .slide .inner {
		flex-direction: row-reverse;
	}
	.imagebox .slide:nth-of-type(even) .inner {
		flex-direction: row;
	}
	.imagebox, .imagebox .img-cont {
		flex: 1 1 70%;
	}
	.imagebox .content-section {
		flex: 1 1 42%;
		margin: 25px;
	}
	.imagebox .img-cont a.read-more {
		width: 100px;
		height: 100px;
		bottom: 25px;
		right: 25px;
	}
}

@media (min-width: 64em) {
	.imagebox {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}
	.imagebox .cols {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.imagebox .cols .slide {
		width: 100%;
		display: flex;
	}
	.imagebox h4 {
		font-size: 25px;
		line-height: 30px;
		font-weight: 900;
	}
	.imagebox h4, 
	.imagebox h4 a {
		font-size: 40px;
		line-height: 40px;
	}
	.imagebox .content-section p {
		font-size: 18px;
		line-height: 30px;
	}
	.imagebox .title-cont h2 {
		font-size: 40px;
		line-height: 60px;
	}
	.imagebox .title-cont {
		margin-bottom: 15px;
		padding: 15px 225px;
	}
	.imagebox .view-all {
		width: 415px;
		text-align: center;
	}
	.imagebox .view-all a {
		justify-content: space-evenly;
	}
	.imagebox .slide:hover .img-cont a.read-more {
		background-image: url('../png/diamond-hover.png');
	}
}

