.showcase .title-cont {
	margin-bottom: 50px;
	padding: 20px;
}
.showcase .cols {
	margin-bottom: 65px;
}
.showcase .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;
}
.showcase,
.showcase .img-cont {
	position: relative;
}
.showcase .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;
}
.showcase .img-cont a.read-more i {
	color: #fff;
}
.showcase .slide {
	margin-bottom: 10px;
}
.showcase .slide .inner {
	position: relative;
	display: flex;
	flex-direction: column-reverse;
	overflow: hidden;
	width: 100%;
}

.showcase .slide:nth-of-type(3n+1) .inner:after {
	content: "";
	background-image: url("../jpg/callout-background.jpg");
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.showcase .slide:nth-of-type(3n+2) .inner:after {
	content: "";
	background-image: url("../jpg/showcase2.jpg");
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.showcase .slide:nth-of-type(3n+3) .inner:after {
	content: "";
	background-image: url("../jpg/showcase3.jpg");
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-size: cover;
}
.showcase .slide:nth-of-type(3n+2) .content-section,
.showcase .slide:nth-of-type(3n+3) .content-section {
	margin: 20px 20px 0;
	padding-left: 40px;
}
.showcase .slide:nth-of-type(3n+1) .content-section {
	margin: 95px 20px 0;
}
.showcase .img-cont::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
	pointer-events: none;
}
.showcase .img-cont img {
	display: block;
	width: 100%;
}
.showcase h4,
.showcase h4 a {
	color: #ffffff;
	font-weight: bold;
	transition: opacity .1s;
	pointer-events: all;
	font-family: 'rift-soft', sans-serif;
	font-size: 35px;
	line-height: 35px;
	text-align: left;
	margin-bottom: 15px;
	position: relative;
}
.showcase h5 {
	font-family: 'Rock Salt', cursive;
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	text-transform: lowercase;
}
.showcase .slide:nth-of-type(3n+2) h4,
.showcase .slide:nth-of-type(3n+2) h4 a,
.showcase .slide:nth-of-type(3n+2) h5,
.showcase .slide:nth-of-type(3n+2) p,
.showcase .slide:nth-of-type(3n+2) a.view-all {
	color: #021d44;
}
.showcase .slide:nth-of-type(3n+2) .content-section:after {
	background-color: rgba(255, 255, 255, 0.2);
	right: 0;
	left: auto;
}
.showcase .content-section {
	padding: 20px 20px 0;
	z-index: 10;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 65px 20px 0;
}
.showcase .content-section:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: rgba(255, 255, 255, 0.1);
}
.showcase .content-section p {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 0;
}
.showcase .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;
}
.showcase .content-section .read-more:hover {
	opacity: .7;
}
.showcase .view-all {
	margin: 25px auto;
	position: relative;
	padding: 33px;

	width: 235px;
}
.showcase .view-all i {
	color: #9b5df8;
}
.showcase a {
	font-family: 'Montserrat Bold', sans-serif;
	color: #021d44;
	font-size: 14px;
	line-height: 18px;
	font-weight: 900;
	text-transform: uppercase;
}
.showcase a.view-all {
	font-weight: bold;
	color: #ffffff;
	pointer-events: all;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	padding: 15px 20px;
	border: 10px solid;
	border-image: url("../png/green-frame.png") 10 10 repeat;
	display: block;
}

.showcase  .logo {
	position: absolute;
	left: 30px;
}
@media (min-width: 840px) {
	.panel-two-col .showcase {
		margin-bottom: 0;
	}
	.showcase .slide .inner {
		flex-direction: row;
	}
	.showcase .slide:nth-of-type(even) .inner {
		flex-direction: row-reverse;
	}
	.showcase, .showcase .img-cont {
		flex: 1 1 33%;
	}
	.showcase .content-section {
		flex: 1 1 42%;
		margin: 25px 0;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.showcase .slide:nth-of-type(3n+3) .content-section {
		margin: 0;
	}
	.showcase .slide:nth-of-type(3n+2) .view-all {
		margin-right: 25px;
		text-align: right;
	}
	.showcase .slide:nth-of-type(3n+1) .content-section {
		margin-top: 80px;
		margin-left: 0;
	}
	.showcase .slide:nth-of-type(3n+2) .content-section {
		flex-direction: row-reverse;
		margin: 0;
	}
	.showcase .img-cont a.read-more {
		width: 100px;
		height: 100px;
		bottom: 25px;
		right: 25px;
	}
	.showcase .content-section:after {
		width: 90%;
		top: 50%;
		transform: translateY(-50%);
		height: 68%;
	}
	.showcase .slide:nth-of-type(3n+1) .img-cont {
		margin-top: 80px;
	}
	.showcase .view-all i {
		display: inline-block;
	}
	.showcase a.view-all {
		display: inline-block;
		font-size: 10px;
		font-weight: 800;
		text-align: left;
		max-width: 110px;
	}

	.showcase .content-section p {
		font-size: 11px;
		line-height: 20px;
	}
	.showcase h4, 
	.showcase h4 a {
		font-size: 23px;
		line-height: 31px;
	}
	.showcase h5 {
		font-size: 13px;
	}
}
@media (min-width: 1024px) {
	.showcase .slide:nth-of-type(3n+1) .chevron {
		content: "";
		background-image: url('../png/showcase-top.png');
		position: absolute;
		width: 100%;
		height: 65px;
		top: 0;
		left: 0;
		z-index: 1;
		background-size: cover;
		background-position: top;
		position: absolute;
		height: 190px;
	}
	.showcase .slide:nth-of-type(3n+1) .chevron {
		height: 180px;
	}
	.showcase {
		margin-top: -132px;
	}
}
@media (min-width: 500px) and (max-width: 840px) {
	.showcase .slide:nth-of-type(3n+1) .chevron {
		height: 125px;
		top: -55px;

	}
}
@media (min-width: 1165px) {
	.showcase {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
		margin-top: -126px;
	}
	.showcase .cols {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.showcase .cols .slide {
		width: 100%;
		display: flex;
	}
	.showcase h4 {
		font-size: 25px;
		line-height: 30px;
		font-weight: 900;
	}
	.showcase h4, 
	.showcase h4 a {
		font-size: 40px;
		line-height: 40px;
	}
	.showcase .content-section p {
		font-size: 18px;
		line-height: 30px;
	}
	.showcase .title-cont h2 {
		font-size: 40px;
		line-height: 60px;
	}
	.showcase .title-cont {
		margin-bottom: 15px;
		padding: 15px 225px;
	}
	.showcase .view-all {
		width: 150px;
		text-align: center;
	}
	.showcase .slide:nth-of-type(3n+1) .chevron {
		height: 230px;
		top: -13px;
	}
	.showcase .content {
		padding-right: 50px;
	}
	.showcase h5 {
		font-size: 18px;
		line-height: 22px;
	}
	.showcase .slide:nth-of-type(3n+1) .content-section {
		margin: 100px 20px 0 0;
		top: 50px;
		padding-left: 40px;
	}
	.showcase a.view-all {
		font-size: 16px;
		max-width: 365px;
	}
}
@media (min-width: 1030px) and (max-width: 1110px) {
	.showcase .slide:nth-of-type(3n+1) .chevron {
	}
}
@media (min-width: 1740px) {
	.showcase .slide:nth-of-type(3n+1) .chevron {
		height: 255px;
	}
}